/*
 * Style tweaks
 * --------------------------------------------------
 */

html,
body {
    overflow-x: hidden;
    /*Prevent scroll on narrow devices */
    padding-top: 30px;
    text-align: justify;
}

footer {
    padding: 10px 0;
}

.authors {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}


/*.container {
  max-width: 768px;
}*/

.container {
    max-width: 1000px;
}

p {
    font-size: 16px;
    padding-bottom: -10px;
    */
}

li {
    font-size: 16px;
}

h2 {
    text-align: center;
    align: center;
}

.jumbotron {
    text-align: center;
}

.btn {
    font-size: 18px;
}

.btn-disabled {
    /*background-color: #f4f4f4;*/
}

.jumbotron h2 {
    font-size: 36px;
}

.section {
    padding-top: 10px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.vcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gif {
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.img {
    width: 100%;
}

.caption {
    width: 75%;
    font-size: 14px
}

.bibtexsection {
    font-family: "Courier", monospace;
    font-size: 16px;
    white-space: pre;
    background-color: #f4f4f4;
    text-align: left;
}

.canvas-row canvas {
    max-width: 100%;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.vspace-top {
    margin-top: 30px;
}

.wrapper {
    width: 100%;
    text-align: center;
    background-color: #646675
}

.carousel1 {
    width: 100%;
    margin: 0px auto;
}

.carousel3 {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 20px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.left {
    float: left;
    width: 50%;
    background-color: rgb(195, 248, 216);
    border-right: 10px solid #00000000;
    border-left: 10px solid #00000000;
}

.right {
    float: right;
    width: 50%;
    background-color: rgb(249, 199, 199);
    border-left: 10px solid #00000000;
    border-right: 10px solid #00000000;
}

.bottom {
    clear: both;
}